home *** CD-ROM | disk | FTP | other *** search
/ Candy Factory Pro / Candy Factory Pro.iso / DEMOVERSIONEN / ArtStudioProDemo / ArtStudio_Fast_Clear < prev    next >
Text File  |  1997-09-18  |  442b  |  14 lines

  1. ; $VER: V1.0 ArtStudio_Fast_Clear (C) 30.01.97 by MotionStudios
  2.  
  3. If Exists ArtStudio:
  4.    DELETE ram:Loader/ ALL QUIET FORCE
  5.    DELETE ram:LoaderPPC/ ALL QUIET FORCE
  6.    DELETE ram:Saver/ ALL QUIET FORCE
  7.    DELETE ram:SaverPPC/ ALL QUIET FORCE
  8.    DELETE ram:Tools/ ALL QUIET FORCE
  9.    DELETE ram:Viewer/ ALL QUIET FORCE
  10.    DELETE ram:Operator/ ALL QUIET FORCE
  11.    DELETE ram:OperatorPPC/ ALL QUIET FORCE
  12.    ASSIGN ArtStudio: ArtStudioCopy:
  13. EndIf
  14.